home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / oddech / tobogan / Toboggan_Run.exe / scripts / DefineButton2_199 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-24  |  259b  |  9 lines

  1. on(release){
  2.    _root.pushmovie.ringtop.firesound.gotoAndPlay("fireoff");
  3.    _root.pushmovie.ringtop.firesound.firecrack.stop();
  4.    _root.firemusic.setVolume(90);
  5.    _root.intro.introsound.stop();
  6.    _root.gotoAndPlay("mainscreen");
  7.    nextFrame();
  8. }
  9.